home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 March / Amiga-CD 1996 #3.iso / amiga_technologies / include_h / libraries / dos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-19  |  290 b   |  18 lines

  1. #ifndef LIBRARIES_DOS_H
  2. #define LIBRARIES_DOS_H
  3. /*
  4. **    $VER: dos.h 36.2 (12.7.90)
  5. **    Includes Release 40.16
  6. **
  7. **    Standard C header for AmigaDOS
  8. **
  9. **    (C) Copyright 1985-1995 ESCOM AG
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef DOS_DOS_H
  14. #include "dos/dos.h"
  15. #endif
  16.  
  17. #endif /* LIBRARIES_DOS_H */
  18.